home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / strategy / xpat2-1.000 / xpat2-1 / xpat2-1.04 / diff.noroot next >
Text File  |  1994-09-29  |  854b  |  30 lines

  1. *** src/Imakefile    Thu Sep 29 18:27:28 1994
  2. --- src/Imakefile.noroot    Thu Sep 29 18:28:51 1994
  3. ***************
  4. *** 37,48 ****
  5.   # BINDIR = /usr/bin/X11
  6.   # LIBDIR = /usr/lib/X11
  7.   # MANDIR = /usr/man/man1
  8. ! XPATLIBDIR = /usr/games/lib/xpat
  9.   APPDEFSDIR = $(LIBDIR)
  10.   
  11.   # This is the name of the log-file, where solved games are stored:
  12.   # an alternative path would be $(XPATLIBDIR)/xpat.log
  13. ! SCOREFILE = /var/games/xpat.log
  14.   
  15.   
  16.   # paths for installation in user's home-directory.
  17. --- 37,48 ----
  18.   # BINDIR = /usr/bin/X11
  19.   # LIBDIR = /usr/lib/X11
  20.   # MANDIR = /usr/man/man1
  21. ! XPATLIBDIR = $(HOME)/xpat
  22.   APPDEFSDIR = $(LIBDIR)
  23.   
  24.   # This is the name of the log-file, where solved games are stored:
  25.   # an alternative path would be $(XPATLIBDIR)/xpat.log
  26. ! SCOREFILE = $(HOME)/xpat/xpat.log
  27.   
  28.   
  29.   # paths for installation in user's home-directory.
  30.